Welcome![Sign In][Sign Up]
Location:
Search - large int

Search list

[Crack Hack大整数加减运算源程序

Description: 多数程序设计语言处理整数的能力时有限的,如C语言中,int类型数据范围是-32768-32767。实际问题的处理过程中往往涉及大整数的运算,如RSA加密算法要求至少64bit的整数,设计算法实现大整数的加减运算。-majority programming language processing integral to the limited capacity, such as C language, int data type is the scope -32768-32767. Practical problems of the treatment process often involves large integer arithmetic, such as the RSA encryption algorithm requires at least 64-bit integers, design algorithm large integer addition and subtraction operations.
Platform: | Size: 3054 | Author: 陈晓岚 | Hits:

[Other resourceAddisonWesleyEffectiveSoftwareTesting50SpecificWay

Description: In most software-development organizations, the testing program functions as the final \"quality gate\" for an application, allowing or preventing the move from the comfort of the software-engineering environment into the real world. With this role comes a large responsibility: The success of an application, and possibly of theorganization, can rest on the quality of the software product.-In most software-development organizati ons. the testing program functions as the final "qua lity gate "for an application. allowing or preventing the move from the comfor t of the software-engineering environment int o the real world. With this role comes a large res ponsibility : The success of an application. and possibly of theorganization. can rest on the quality of the software product.
Platform: | Size: 704669 | Author: 顾雷 | Hits:

[Crack Hack大整数的加法

Description: 多数程序设计语言处理整数的能力是有限的,如C语言中,int类型数据范围是-32767----32767。实际问题的处理过程中往往涉及大整数的运算,如RSA加密算法要求至少64bit的整数,本程序是设计算法实现大整数的加减运算。-majority programming language processing is integral to the limited capacity, such as C language, int data type is the scope -32767 ---- 32767. Practical problems of the treatment process often involves large integer arithmetic, such as the RSA encryption algorithm requires at least 64-bit integers, the procedure is designed algorithm large integer addition and subtraction operations.
Platform: | Size: 842 | Author: 王承陶 | Hits:

[Crack Hack大整数的加法

Description: 多数程序设计语言处理整数的能力是有限的,如C语言中,int类型数据范围是-32767----32767。实际问题的处理过程中往往涉及大整数的运算,如RSA加密算法要求至少64bit的整数,本程序是设计算法实现大整数的加减运算。-majority programming language processing is integral to the limited capacity, such as C language, int data type is the scope-32767---- 32767. Practical problems of the treatment process often involves large integer arithmetic, such as the RSA encryption algorithm requires at least 64-bit integers, the procedure is designed algorithm large integer addition and subtraction operations.
Platform: | Size: 1024 | Author: 王承陶 | Hits:

[Crack Hack大整数加减运算源程序

Description: 多数程序设计语言处理整数的能力时有限的,如C语言中,int类型数据范围是-32768-32767。实际问题的处理过程中往往涉及大整数的运算,如RSA加密算法要求至少64bit的整数,设计算法实现大整数的加减运算。-majority programming language processing integral to the limited capacity, such as C language, int data type is the scope-32768-32767. Practical problems of the treatment process often involves large integer arithmetic, such as the RSA encryption algorithm requires at least 64-bit integers, design algorithm large integer addition and subtraction operations.
Platform: | Size: 3072 | Author: 陈晓岚 | Hits:

[Software EngineeringAddisonWesleyEffectiveSoftwareTesting50SpecificWay

Description: In most software-development organizations, the testing program functions as the final "quality gate" for an application, allowing or preventing the move from the comfort of the software-engineering environment into the real world. With this role comes a large responsibility: The success of an application, and possibly of theorganization, can rest on the quality of the software product.-In most software-development organizati ons. the testing program functions as the final "qua lity gate "for an application. allowing or preventing the move from the comfor t of the software-engineering environment int o the real world. With this role comes a large res ponsibility : The success of an application. and possibly of theorganization. can rest on the quality of the software product.
Platform: | Size: 704512 | Author: 顾雷 | Hits:

[Data structsfactorialxxxyy

Description: 一个最优化的大数阶乘算法,可以计算超过5位数的阶乘,而运算时间只需几秒。-an optimization of large factorial algorithm can calculate the median of over 5 factorial, and the computation time only a few seconds.
Platform: | Size: 200704 | Author: 刘华 | Hits:

[Otherfactorial

Description: 利用数组实现大数阶乘,初始数组设为long int,长度35000,可以实现8000以内任意数的阶乘,可以修改数组长度,改变所计算数的范围。用c实现,vc6.0环境下测试通过-Realize the use of an array of factorial of large numbers, the initial array as long int, the length of 35000, you can realize arbitrary number less than 8000 factorial, you can modify the array length, a change in the scope of calculations. With c realize, vc6.0 environment test
Platform: | Size: 1024 | Author: tumbler | Hits:

[OtherN_FACTORIAL

Description: 这是一个计算大数阶乘的算法. ** 主要是通过链表来保存结果的每一位数。 ** 这样就不会有像long或int类型时,数太大而导致溢出的情况-This is a calculation of factorial of large numbers of the algorithm.** Mainly through the list to save the results of each of the median.** So there will not be as long or int type, a few are too big and the circumstances leading to overflow
Platform: | Size: 7168 | Author: | Hits:

[Otherverylong

Description: 大整数类,具有一般整数的几乎所有运算,具体包括:四则运算,输入输出,求模幂,乘法,矩阵求模幂,重载了所有int类型的运算符,int,long 等数据的兼容。使用方法与int,long等类型完全一致。-Large integer type, a general integral for almost all computing, including: four computing, input and output, and modular exponentiation, multiplication, modular exponentiation matrix, all the overloaded operator int type, int, long, such as the compatibility of data. Methods and the use of int, long, such as the type is fully consistent.
Platform: | Size: 6144 | Author: superred | Hits:

[GDI-BitmapEllipse

Description: 1.(椭圆)画一个与客户区等大,并随客户区改变大小的填充椭圆。(最好可以每次随机确定椭圆边框和填充的颜色,其中随机颜色分量的值,可调用[返回int型随机数的C语言]函数rand,再余上256[可得0~255之间的随机数]:rand() % 256) 2.(直线)用鼠标交互绘制动态直线。(参见3.5的2和3)-1. (Oval) painting a large area with customers and with customers to change the size of area fill oval. (The best can be determined for each random oval borders and fill colors, in which random color component values may also be called [to return a random number int type C language] function rand, again more than the 256 [available between 0 ~ 255 random number]: rand () 256) 2. (Linear) interaction with the mouse dynamic linear mapping. (See 3.5 of 2 and 3)
Platform: | Size: 25600 | Author: 钟国英 | Hits:

[AlgorithmBig

Description: 大数的模运算。 a^b % m a可以为1000位的大数,b,m在int 范围内-Large numbers of modulus operator. a ^ b ma for 1000 of large numbers, b, m in the range of int
Platform: | Size: 1024 | Author: 方宇浩 | Hits:

[Windows DevelopMul-of-big-Int

Description: 引用分治法实现两个位数相同的大整数的乘法运算-Act reference divided large integer multiplication
Platform: | Size: 31744 | Author: 07网络 | Hits:

[CSharpTSH-big-int

Description: 大整数算法,算法设计与分析课中的实验代码,希望对你有用-Large integer arithmetic, algorithm design and analysis courses in experimental code, hope useful to you
Platform: | Size: 1024 | Author: lhdren | Hits:

[AlgorithmLarge-Int-Multi(list)

Description: 大整数相乘,使用链表的方式实现的,能够正确演示结果-Large integer multiplication using linked list implementation, able to correctly demonstrate results
Platform: | Size: 4975616 | Author: czy | Hits:

[Data structsLarge-Int-Arithmometer

Description: 该MFC程序可以进行长整数的四则,阶乘,幂的计算。重要的是在除法上做了性能的优化。-The MFC program can be carried long integer four, factorial, power calculations. It is important to do the division of the performance optimization.
Platform: | Size: 5934080 | Author: 傅子铭 | Hits:

[Software EngineeringINT

Description: 数据结构之利用顺序栈实现大整数加减法运算,判断、建立、运行都可以-The use of sequential data structure stacks large integer addition and subtraction operations, judgment, establish, you can run
Platform: | Size: 1024 | Author: 王八蛋 | Hits:

[Other Embeded programint-main

Description: 本闹钟系统共有五个按键,各有不同的功能,每个按键按下都会发出提示音。前三个按键组合使用用于调节时钟第一次响铃和第二次闹铃的时间。第四个按键控制显示十五种心形流水灯效果,第五个按键按下时单片机先检测温度,然后控制语音芯片播报当前室温。当系统达到闹铃所设的时间时会有闹铃声音,只有通过手枪(经过玩具手枪改造可以发出指定编码的红外线)射出红外线才能停止,而且手枪瞄准位置误差太大时,闹铃将接收不到继续响铃,所以人必须稍微清醒并且瞄准目标才能关闭闹铃。当平时没有闹铃时若用手枪打闹钟,闹钟就会播放当前温度。另外平时时只让时钟数码管亮,心形流水灯不亮。-The alarm system consists of five buttons, each with different functions, each key press will beep sounds. The first three key combination to use for adjusting the clock on the first ring and the second alarm time. The fourth button control display fifteen kinds of heart-shaped light water effect, when the fifth button is pressed first single-chip temperature detection and control voice chip broadcast the current room temperature. When the system reaches the alarm will be set by the time the alarm sounds, only through the gun (a toy gun transformation can be issued through the specified encoding infrared) emitted infrared to stop, and the pistol aimed at the position error is too large, the alarm will not received to continue ringing, so people need a little sober and aim at the target to turn off the alarm. When the alarm if not usually hit with a pistol Alarm Clock will play the current temperature. Also usually only when the digital clock so that bright, heart-shaped water does not
Platform: | Size: 24576 | Author: 呶呶 | Hits:

[Dialog_Windowint-add

Description: 大整数除法运算,用户输入两个大整数,系统给出相加结果。-1024 bit large integer addition operation
Platform: | Size: 12288 | Author: | Hits:

[assembly languageBigInt

Description: 支持大整型的加减乘除求余等运算以及大整型与int型的各类运算-Support large integer addition, subtraction, etc. I seek operation and a large int type integer and operation of all types
Platform: | Size: 5120 | Author: 崔利强 | Hits:
« 12 3 4 »

CodeBus www.codebus.net